home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tri_bbs / tb30.zip / 11TO111.DOC < prev    next >
Text File  |  1992-06-29  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                  TriBBS v1.11 Interim Update Documentation
  8.                  -----------------------------------------
  9.  
  10.      TriBBS release v1.11  is an interim update designed to  fix a few
  11.      minor  bugs in  the v1.1 code  and add  a few new  features.  Bug
  12.      fixes are detailed  in HISTORY.DOC.  This file  documents v1.11's
  13.      new features.
  14.  
  15.  
  16.      UPGRADING TO 1.11
  17.      -----------------
  18.  
  19.      Upgrading from v1.1  to v1.11 is  accomplished by simply  copying
  20.      BBS.EXE into your TriBBS directory.
  21.  
  22.  
  23.      INTERNATIONAL PHONE NUMBER SUPPORT
  24.      ----------------------------------
  25.  
  26.      The Waiting for Caller  screen's Configure System dialog box  now
  27.      has a <P>  option.  This option  toggles the way TriBBS  supports
  28.      phone numbers.  The default is to use the XXX-XXX-XXXX U.S. phone
  29.      number style.  By toggling this option to "No", TriBBS will allow
  30.      callers to enter a string of up to 12 characters in length.  This
  31.      should meet the needs of the international BBS community.
  32.  
  33.  
  34.      SKIP CONFERENCE DURING NEW MESSAGE READING
  35.      ------------------------------------------
  36.  
  37.      TriBBS now presents a <S>kip Conference option when the caller is
  38.      reading "New Messages".
  39.  
  40.  
  41.      FORCED HANGUP WHEN RUN WITH A FRONTEND OR WITH A DOOR
  42.      -----------------------------------------------------
  43.  
  44.      TriBBS now supports an  optional "/H" command line switch.   This
  45.      switch instructs TriBBS to  hangup after each call even  when the
  46.      board is being run with a frontend or as a door.
  47.  
  48.  
  49.      ERROR CORRECTION MESSAGES WITH THE "/F" COMMAND LINE SWITCH
  50.      -----------------------------------------------------------
  51.  
  52.      An  error correction message can now be passed with TriBBS's "/F"
  53.      command line switch by using the following format:
  54.  
  55.      /FBaudRate/ErrorCorrectionMessage
  56.  
  57.      Where:
  58.  
  59.      BaudRate                 is the caller's baud rate.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.      ErrorCorrectionMessage   is   the  error   correcting  connection
  74.                               message.
  75.  
  76.      For  example, /F2400/ARQ  could be  used to  tell TriBBS  that an
  77.      error correcting 2400 baud connection already exists.
  78.  
  79.  
  80.      BETWEEN CALLER MAINTENANCE
  81.      --------------------------
  82.  
  83.      TriBBS will now call  an optional BETWEEN.BAT batch file  between
  84.      each call.    This can  be  used to  perform  any between  caller
  85.      maintenance routines.
  86.  
  87.  
  88.      @-VARIABLES
  89.      -----------
  90.  
  91.      Besides using control codes in display screens to perform certain
  92.      specified actions,  TriBBS now supports the following @-variables
  93.      in display screens:
  94.  
  95.  
  96.      @-variable          Action Taken
  97.  
  98.      @BAUDRATE@          Displays the caller's baud rate.
  99.  
  100.      @BEEP@              Sends a BELL (07H).
  101.  
  102.      @BOARDNAME@         Displays the board's name.
  103.  
  104.      @CALLS@             Displays the caller's number of calls.
  105.  
  106.      @CALLSTODAY@        Displays  the  caller's number  of  calls for
  107.                          today.
  108.  
  109.      @CITY@              Displays the caller's city and state.
  110.  
  111.      @CLS@               Clears the screen.
  112.  
  113.      @DOWNLOADS@         Displays the caller's number of downloads.
  114.  
  115.      @FIRST@             Displays the caller's first name.
  116.  
  117.      @HANGUP@            Hangs up on the caller.
  118.  
  119.      @LASTDATEON@        Displays the caller's last date on.
  120.  
  121.      @LASTTIMEON@        Displays the caller's last time on.
  122.  
  123.      @MORE@              Displays a "more" prompt.
  124.  
  125.      @MOREOFF@           Disables the "more" prompt.
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.      @MOREON@            Enables the "more" prompt.
  140.  
  141.      @PHONE@             Displays the caller's phone number.
  142.  
  143.      @SECURITY@          Displays the caller's security level.
  144.  
  145.      @SYSTEMCALLS@       Displays the board's number of calls.
  146.  
  147.      @SYSTEMCALLSTODAY@  Displays  the  board's  number  of  calls for
  148.                          today.
  149.  
  150.      @SYSTEMDATE@        Displays the date.
  151.  
  152.      @SYSTEMTIME@        Displays the time.
  153.  
  154.      @TIMELEFT@          Displays the number of minutes the caller has
  155.                          left for this call.
  156.  
  157.      @TIMEON@            Displays the number of minutes the caller has
  158.                          been on for this call.
  159.  
  160.      @TIMETHISCALL@      Displays  the total  number  of  minutes  the
  161.                          caller has for this call.
  162.  
  163.      @UPLOADS@           Displays the caller's number of uploads.
  164.  
  165.      @USER@              Displays the caller's full name.
  166.  
  167.      You  should note  that case  is significant for  the @-variables.
  168.      TriBBS  will simply ignore @hangup@ in a display screen, but will
  169.      hangup the phone if it encounters @HANGUP@ in a display screen.
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.